projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
296ac6f
)
(hexl-mode-map): Bind C-m to `hexl-self-insert-command'.
author
John Paul Wallington
<jpw@pobox.com>
Sun, 2 Feb 2003 16:04:17 +0000
(16:04 +0000)
committer
John Paul Wallington
<jpw@pobox.com>
Sun, 2 Feb 2003 16:04:17 +0000
(16:04 +0000)
lisp/hexl.el
patch
|
blob
|
history
diff --git
a/lisp/hexl.el
b/lisp/hexl.el
index 420e05b03fdd88c410afbe667a7ad9c52d82e783..0844c6972082b51ecc49d1455a550e7132e15824 100644
(file)
--- a/
lisp/hexl.el
+++ b/
lisp/hexl.el
@@
-866,6
+866,7
@@
Customize the variable `hexl-follow-ascii' to disable this feature."
;; inserting them into the buffer.
(define-key hexl-mode-map [remap self-insert-command] 'hexl-self-insert-command)
+ (define-key hexl-mode-map "\C-m" 'hexl-self-insert-command)
(define-key hexl-mode-map [left] 'hexl-backward-char)
(define-key hexl-mode-map [right] 'hexl-forward-char)
(define-key hexl-mode-map [up] 'hexl-previous-line)